home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 27 (1992-03)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).zip / MegaDisc 27 (1992-03)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).adf / Programming / Basic_Routines / install < prev    next >
AmigaDOS Script File  |  1992-04-02  |  723b  |  23 lines

  1. .key ""
  2. path add df0:System
  3. resident c:copy
  4. resident c:echo
  5. echo "This installation program will format a blank drive with the name"
  6. echo "BasicUtils&Subs, then transfer all files to the new disc."
  7. echo ""
  8. echo "It assumes AmigaBASIC is on a disk called Extras 1.3"
  9. echo "Place a blank disk into drive 0 ready to be formatted"
  10. echo ""
  11. format drive df0: name BasicUtils&Subs
  12. Copy Megadisc27B:Programming/Basic_Routines to BasicUtils&Subs: ALL
  13. makedir BasicUtils&Subs:c
  14. copy megadisc27b:c/fullview to BasicUtils&Subs:c
  15. Copy BasicSubs.info to BasicUtils&Subs:
  16. echo ""
  17. echo "Copying BASIC to disk."
  18. echo ""
  19. Copy "Extras 1.3:AmigaBASIC" to BasicUtils&Subs:
  20. Copy "Extras 1.3:AmigaBASIC.info" to BasicUtils&Subs:
  21. echo "Finished"
  22.  
  23.